<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf   = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:rdfs    = "http://www.w3.org/2000/01/rdf-schema#"
         xmlns:CC      = "http://dbpubs.stanford.edu:8091/diglib/ginf/1999/05/26-core-comm#"
         xmlns:contact = "http://www.w3.org/2000/10/swap/pim/contact#"
         xmlns:dc      = "http://purl.org/dc/elements/1.1/"
         xmlns:foaf    = "http://xmlns.com/foaf/0.1/"
         xmlns:geo     = "http://www.w3.org/2003/01/geo/wgs84_pos#"
         xmlns:airport = "http://www.daml.org/2001/10/html/airport_ont#">
  
  <CC:Error rdf:about="">
    <CC:inReplyTo>
      <CC:Request>
        <dc:subject>
          <airport:Airport>
            <airport:Code><ICAO</airport:Code>
          </airport:Airport>
        </dc:subject>
      </CC:Request>
    </CC:inReplyTo>
    <dc:type>Internal Error</dc:type>
    <CC:errorMessage>Called with unknown type.</CC:errorMessage>
  </CC:Error>
  
</rdf:RDF>
